home *** CD-ROM | disk | FTP | other *** search
- Path: news.wright.edu!usenet
- From: Apichart Intarapanich <aintara>
- Newsgroups: comp.lang.c++
- Subject: who know how to use large array in c++?
- Date: 22 Jan 1996 18:56:32 GMT
- Organization: College of Engineering & Computer Science, Wright State University
- Message-ID: <4e0ml0$jt5@mercury.wright.edu>
- NNTP-Posting-Host: troi.cs.wright.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.12 (X11; I; OSF1 V3.2 alpha)
- X-URL: news:comp.lang.c++/112843-112942
-
- hi
- anybody know how can i declare array like this
-
- float a[1000][1000][1000];
-
- i cannot do that. i got segmentation fault statement. who know what should i
- do?
- apichart
-
-